home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
scope
/
151-175
/
scopedisk168
/
asmmacros
/
am_02
/
disable.i
< prev
next >
Wrap
Text File
|
1995-03-19
|
539b
|
26 lines
NOLIST
Disable MACRO ; 9 Feb 89
*------------------------------; Start of Disable macro.
NOLIST
IFND _intena
LIST
XREF _intena
NOLIST
ENDC
IFEQ ReEntrant-1
LIST
MOVE.L exec.library.ptr(A5),A6
NOLIST
ENDC
IFNE ReEntrant-1
LIST
MOVE.L exec.library.ptr,A6
NOLIST
ENDC
LIST
MOVE.W #$4000,_intena
ADDQ.B #1,$126(A6) ; Increment IDNestCnt.
*------------------------------; End of Disable macro.
ENDM
LIST